Lab Templates/Lab Template - WAF Attack Testing Lab/WAF Attack Testing Lab Terraform/LAB AFD WAF Policy Deploy Template/variables.tf (6 lines of code) (raw):

variable "afdwafpolicyname" { description = "The AFD WAF Policy resource name use your intials XXX example: XXXWAFPolicy" } variable "azurgname" { description = "The resource group name use your intials XXX example: rgXXXWAFPolicy" }